(modify-all-frames-parameters): Minor doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 23 Jul 2004 12:16:31 +0000 (12:16 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 23 Jul 2004 12:16:31 +0000 (12:16 +0000)
(set-frame-configuration): Doc fix.

lisp/frame.el

index 521938cfc18770bb9d00d4c8c1a15ecf2c55decf..bd63f9f46d10a87f9854be7e080e8deab6ed63a2 100644 (file)
@@ -520,7 +520,7 @@ React to settings of `default-frame-alist', `initial-frame-alist' there."
 ;;;; Creation of additional frames, and other frame miscellanea
 
 (defun modify-all-frames-parameters (alist)
-  "Modify all current and future frames parameters according to ALIST.
+  "Modify all current and future frames' parameters according to ALIST.
 This changes `default-frame-alist' and possibly `initial-frame-alist'.
 See help of `modify-frame-parameters' for more information."
   (let (element)                       ;; temp
@@ -789,6 +789,8 @@ where
   "Restore the frames to the state described by CONFIGURATION.
 Each frame listed in CONFIGURATION has its position, size, window
 configuration, and other parameters set as specified in CONFIGURATION.
+However, this function does not restore deleted frames.
+
 Ordinarily, this function deletes all existing frames not
 listed in CONFIGURATION.  But if optional second argument NODELETE
 is given and non-nil, the unwanted frames are iconified instead."